Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Bump version. Document current build/release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Jun 30, 2017
1 parent 4804947 commit fa87b0c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 385 deletions.
6 changes: 3 additions & 3 deletions Jupyter/Jupyter.csproj
Expand Up @@ -16,9 +16,9 @@
<RepositoryUrl>https://github.com/Jaykul/Jupyter-PowerShell</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>

<Version>1.0.0-beta-3</Version>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>1.0.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)$(VersionSuffix)</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 5 additions & 6 deletions PowerShell-Kernel/PowerShell-Kernel.csproj
Expand Up @@ -20,12 +20,11 @@
<PackageProjectUrl>https://github.com/Jaykul/Jupyter-PowerShell</PackageProjectUrl>
<RepositoryUrl>https://github.com/Jaykul/Jupyter-PowerShell</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>

<Version>1.0.0-beta-3</Version>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
<PostBuildEvent></PostBuildEvent>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>


<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>1.0.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)$(VersionSuffix)</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fa87b0c

Please sign in to comment.