Skip to content

Commit

Permalink
Merge pull request #81 from runceel/for-release
Browse files Browse the repository at this point in the history
for v5.2.0 release
  • Loading branch information
runceel authored Aug 2, 2018
2 parents 38e41f0 + f1b3cd5 commit 0af3d53
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion BuildTools/ReactiveProperty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ReactiveProperty</id>
<version>5.1.1</version>
<version>5.2.0</version>
<title>ReactiveProperty</title>
<authors>neuecc xin9le okazuki</authors>
<owners>neuecc xin9le okazuki</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PackageTags>rx mvvm async rx-main reactive</PackageTags>
<PackageReleaseNotes>Update dependency library version to System.Reactive 4.0.0.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>5.2.0.0</AssemblyVersion>
<FileVersion>5.2.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.2.*")]
[assembly: AssemblyFileVersion("4.2.1.0")]
[assembly: AssemblyVersion("5.2.*")]
[assembly: AssemblyFileVersion("5.2.0.0")]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.2.*")]
[assembly: AssemblyFileVersion("4.2.1.0")]
[assembly: AssemblyVersion("5.2.*")]
[assembly: AssemblyFileVersion("5.2.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.2.*")]
[assembly: AssemblyFileVersion("4.2.1.0")]
[assembly: AssemblyVersion("5.2.*")]
[assembly: AssemblyFileVersion("5.2.0.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.2.*")]
[assembly: AssemblyFileVersion("4.2.1.0")]
[assembly: AssemblyVersion("5.2.*")]
[assembly: AssemblyFileVersion("5.2.0.0")]

0 comments on commit 0af3d53

Please sign in to comment.