diff --git a/README.md b/README.md index aad0454..7e14cae 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ A Visual Studio extension that assist in development and debugging of Starcounte # Build Build `src\Starcounter.VisualStudio.sln`. -# Install / uninstall locally -After building, go to `bin\[Configuration]\`. Double-click `Starcounter.VS.vsix`. - # Pack The package version is maintained in `build\version.txt`. @@ -18,8 +15,8 @@ cd pack A new package will be created in `artifacts\`. -# Publishing to nuget.org -The package version is maintained in `build\version.txt`. Make sure to increase that (and commit) before publishing a new version upstream. Also keep that version in sync with the VS package version in `src\Starcounter.VS.VSIX\source.extension.vsixmanifest`. The version is on the `PackageManifest\Metadata\Identity` element. +# Pushing to nuget.org +The package version is maintained in `build\version.txt`. Make sure to increase that (and commit) before publishing a new version upstream. ``` cd build @@ -28,13 +25,10 @@ cd pack_and_push You will need to make sure the Starcounter API key with proper access rights is available through `%StarcounterNuGetKeyFull%`, or pushing will fail. -# Publishing on Visual Studio marketplace -1. Go to https://marketplace.visualstudio.com/items?itemName=Starcounter.StarcounterforVisualStudio -2. Choose `Edit extension` -3. Use `Upload | Change` to upload a new version. +# Install / uninstall locally +After building, go to `bin\[Configuration]\`. Double-click `Starcounter.VS.vsix`. # Resources -* Home on [Visual Studio marketplace](https://marketplace.visualstudio.com/items?itemName=Starcounter.StarcounterforVisualStudio). +* Home on [Visual Studio marketplace]( https://marketplace.visualstudio.com/items?itemName=Starcounter.StarcounterforVisualStudio). * Home for package on [nuget.org](https://www.nuget.org/packages/Starcounter.VisualStudio/). -* [Version compatibility](https://github.com/Starcounter/Starcounter.VisualStudio/wiki/Version-compatibility) -* [Development cheat sheet](https://github.com/Starcounter/Starcounter.VisualStudio/wiki/Development-cheat-sheet) + diff --git a/build/Starcounter.VisualStudio.nuspec b/build/Starcounter.VisualStudio.nuspec index e5dba36..96aab88 100644 --- a/build/Starcounter.VisualStudio.nuspec +++ b/build/Starcounter.VisualStudio.nuspec @@ -7,7 +7,7 @@ Starcounter https://github.com/Starcounter/Starcounter.VisualStudio false - Starcounter Visual Studio extension wrapped up in a NuGet package. Use this version for Starcounter versions 2.4.x and higher. + Starcounter Visual Studio extension wrapped up in a NuGet package. Use this version for Starcounter versions up until, and including, 2.3.x. Starcounter VisualStudio diff --git a/build/version.txt b/build/version.txt index 54ef5dd..a6a3a43 100644 --- a/build/version.txt +++ b/build/version.txt @@ -1 +1 @@ -2.0.0-RC1 +1.0.4 \ No newline at end of file diff --git a/src/Starcounter.VS.CSApplicationProjectTemplate/ApplicationProjectTemplate.csproj b/src/Starcounter.VS.CSApplicationProjectTemplate/ApplicationProjectTemplate.csproj index 255dde1..9a5389c 100644 --- a/src/Starcounter.VS.CSApplicationProjectTemplate/ApplicationProjectTemplate.csproj +++ b/src/Starcounter.VS.CSApplicationProjectTemplate/ApplicationProjectTemplate.csproj @@ -15,7 +15,7 @@ 512 false $(MSBuildProjectDirectory) - 2.4 + 2.3 true @@ -48,18 +48,18 @@ 4.0 - - True - - - True - + + False + - True - + False + + + False + - True - + False + @@ -74,4 +74,4 @@ --> - \ No newline at end of file + diff --git a/src/Starcounter.VS.CSClassLibraryProjectTemplate/ClassLibraryProjectTemplate.csproj b/src/Starcounter.VS.CSClassLibraryProjectTemplate/ClassLibraryProjectTemplate.csproj index f6129f7..fe5adea 100644 --- a/src/Starcounter.VS.CSClassLibraryProjectTemplate/ClassLibraryProjectTemplate.csproj +++ b/src/Starcounter.VS.CSClassLibraryProjectTemplate/ClassLibraryProjectTemplate.csproj @@ -14,7 +14,7 @@ v4.5 512 false - 2.4 + 2.3 true @@ -44,17 +44,17 @@ - True - - - True - + False + - True - + False + + + False + - True - + False + @@ -69,4 +69,4 @@ --> - \ No newline at end of file + diff --git a/src/Starcounter.VS.VSIX/source.extension.vsixmanifest b/src/Starcounter.VS.VSIX/source.extension.vsixmanifest index 075c7a8..fa1da0b 100644 --- a/src/Starcounter.VS.VSIX/source.extension.vsixmanifest +++ b/src/Starcounter.VS.VSIX/source.extension.vsixmanifest @@ -1,9 +1,9 @@ - + Starcounter for Visual Studio - A Visual Studio extension aiding developers of Starcounter applications to easily build and debug their projects. Use version 2.x of the extension for Starcounter versions 2.4.x and higher. + A Visual Studio extension aiding developers of Starcounter applications to easily build and debug their projects. Use version 1.x of the extension for Starcounter versions up until, and including, 2.3.x. https://docs.starcounter.io/guides/working-with-starcounter/visual-studio-extension/ https://docs.starcounter.io/tutorial StarcounterIcon.png