Skip to content

Commit

Permalink
Prerelease NCDK 1.5.3-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara committed Apr 11, 2019
1 parent 0217bb9 commit 922cd22
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions BuildAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ pushd NCDK.Display
call :BuildProject NCDK.Display yes
popd

pushd NCDK.Legacy
call :BuildProject NCDK.Legacy
popd

pushd NCDK.Tests
call :BuildProject NCDKTests
popd
Expand Down
2 changes: 1 addition & 1 deletion NCDK.Display/NCDK.Display.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<Version>1.5.2</Version>
<Version>1.5.3</Version>
<Copyright>Copyright © 2016-2018 Kazuya Ujihara</Copyright>

<PackageId>NCDK.Display</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion NCDK.Display/NCDK.Display.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NCDK.Display</id>
<version>1.5.2</version>
<version>1.5.3-alpha</version>
<title>NCDK.Display: Depiction module of NCDK</title>
<authors>Kazuya Ujihara</authors>
<owners>kazuya</owners>
Expand Down
2 changes: 1 addition & 1 deletion NCDK.Legacy/NCDK.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.5.2</Version>
<Version>1.5.3</Version>
<Authors>Kazuya Ujihara</Authors>
<Product>NCDK</Product>
<Description>The legacy classes of NCDK.</Description>
Expand Down
2 changes: 1 addition & 1 deletion NCDK/NCDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<AssemblyVersion>1.5.2.0</AssemblyVersion>
<FileVersion>1.5.2.0</FileVersion>
<Version>1.5.2</Version>
<Version>1.5.3</Version>
<Copyright>Copyright © 2016-2019 Kazuya Ujihara</Copyright>

<PackageId>NCDK</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion NCDK/NCDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NCDK</id>
<version>1.5.2</version>
<version>1.5.3-alpha</version>
<title>NCDK: library of algorithms for structural cheminformatics</title>
<authors>Kazuya Ujihara</authors>
<owners>kazuya</owners>
Expand Down

0 comments on commit 922cd22

Please sign in to comment.