Skip to content

Commit ed1df03

Browse files
Preparing version 1.5.0
1 parent 816a0be commit ed1df03

File tree

8 files changed

+34
-28
lines changed

8 files changed

+34
-28
lines changed

JavascriptFramework/Knockout/Neutronium.JavascriptFramework.Knockout.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
<AssemblyName>Neutronium.JavascriptFramework.Knockout</AssemblyName>
77
<RootNamespace>Neutronium.JavascriptFramework.Knockout</RootNamespace>
88
<Authors>David Desmaisons</Authors>
9-
<Version>1.4.0.0</Version>
9+
<Version>1.5.0.0</Version>
1010
<PackageProjectUrl>https://github.com/NeutroniumCore</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/NeutroniumCore/Neutronium</RepositoryUrl>
1212
<PackageLicenseUrl>https://github.com/NeutroniumCore/Neutronium/blob/master/LICENSE</PackageLicenseUrl>
1313
<Description>Neutronium is a MVVM HTLM View engine for C# application. This is the javascript binding based on knockout.js framework.</Description>
1414
<PackageId>Neutronium.JavascriptFramework.Knockout</PackageId>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageTags>HTML, Chromium, MVVM, WPF, knockout.js</PackageTags>
17-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
18-
<FileVersion>1.4.0.0</FileVersion>
19-
<PackageReleaseNotes></PackageReleaseNotes>
17+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
18+
<FileVersion>1.5.0.0</FileVersion>
19+
<PackageReleaseNotes>Update dependencies</PackageReleaseNotes>
2020
<Platforms>AnyCPU;x86</Platforms>
21+
<PackageIconUrl>https://raw.githubusercontent.com/NeutroniumCore/Neutronium/master/Deploy/logo.png</PackageIconUrl>
2122
</PropertyGroup>
2223

2324
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

JavascriptFramework/Neutronium.JavascriptFramework.mobx/Neutronium.JavascriptFramework.mobx.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
<AssemblyName>Neutronium.JavascriptFramework.mobx</AssemblyName>
77
<RootNamespace>Neutronium.JavascriptFramework.mobx</RootNamespace>
88
<Authors>David Desmaisons</Authors>
9-
<Version>1.4.0.0</Version>
9+
<Version>1.5.0.0</Version>
1010
<PackageProjectUrl>https://github.com/NeutroniumCore</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/NeutroniumCore/Neutronium</RepositoryUrl>
1212
<PackageLicenseUrl>https://github.com/NeutroniumCore/Neutronium/blob/master/LICENSE</PackageLicenseUrl>
1313
<Description>Neutronium is a MVVM HTLM View engine for C# application. This is the javascript binding based on mobx framework.</Description>
1414
<PackageId>Neutronium.JavascriptFramework.mobx</PackageId>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageTags>HTML, Chromium, MVVM, WPF, mobx</PackageTags>
17-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
18-
<FileVersion>1.4.0.0</FileVersion>
19-
<PackageReleaseNotes></PackageReleaseNotes>
17+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
18+
<FileVersion>1.5.0.0</FileVersion>
19+
<PackageReleaseNotes>Update dependencies</PackageReleaseNotes>
2020
<Platforms>AnyCPU;x86</Platforms>
21+
<PackageIconUrl>https://raw.githubusercontent.com/NeutroniumCore/Neutronium/master/Deploy/logo.png</PackageIconUrl>
2122
</PropertyGroup>
2223

2324
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

JavascriptFramework/Vue/Neutronium.JavascriptFramework.Vue.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<RootNamespace>Neutronium.JavascriptFramework.Vue</RootNamespace>
77
<AssemblyName>Neutronium.JavascriptFramework.Vue</AssemblyName>
88
<Authors>David Desmaisons</Authors>
9-
<Version>1.4.0.0</Version>
9+
<Version>1.5.0.0</Version>
1010
<PackageProjectUrl>https://github.com/NeutroniumCore</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/NeutroniumCore/Neutronium</RepositoryUrl>
1212
<PackageLicenseUrl>https://github.com/NeutroniumCore/Neutronium/blob/master/LICENSE</PackageLicenseUrl>
1313
<Description>Neutronium is a MVVM HTLM View engine for C# application. This is the javascript binding based on vue.js framework.</Description>
1414
<PackageId>NNeutronium.JavascriptFramework.Vue</PackageId>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageTags>HTML, Chromium, MVVM, WPF, mobx</PackageTags>
17-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
18-
<FileVersion>1.4.0.0</FileVersion>
19-
<PackageReleaseNotes>Update to vue version 2.5.17
20-
Improved performance on read-only</PackageReleaseNotes>
17+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
18+
<FileVersion>1.5.0.0</FileVersion>
19+
<PackageReleaseNotes>Update dependencies</PackageReleaseNotes>
2120
<Platforms>AnyCPU;x86</Platforms>
21+
<PackageIconUrl>https://raw.githubusercontent.com/NeutroniumCore/Neutronium/master/Deploy/logo.png</PackageIconUrl>
2222
</PropertyGroup>
2323

2424
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

Neutronium.Core/Neutronium.Core.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@
66
<AssemblyName>Neutronium.Core</AssemblyName>
77
<RootNamespace>Neutronium.Core</RootNamespace>
88
<Authors>David Desmaisons</Authors>
9-
<Version>1.4.0.0</Version>
9+
<Version>1.5.0.0</Version>
1010
<PackageProjectUrl></PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/NeutroniumCore/Neutronium</RepositoryUrl>
1212
<PackageLicenseUrl>https://github.com/NeutroniumCore/Neutronium/blob/master/LICENSE</PackageLicenseUrl>
1313
<Description>Neutronium is a MVVM HTLM View engine for C# application. This is core package without any webbrowser or javascript binding.</Description>
1414
<PackageId>Neutronium.Core</PackageId>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageTags></PackageTags>
17-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
18-
<FileVersion>1.4.0.0</FileVersion>
19-
<PackageReleaseNotes>-Better enum support
20-
-Improved performance for read-only and for high frequency updates
17+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
18+
<FileVersion>1.5.0.0</FileVersion>
19+
<PackageReleaseNotes>-Adding API to switch view for hot-reload
20+
-Improve Type provider extension
2121
</PackageReleaseNotes>
2222
<Platforms>AnyCPU;x86</Platforms>
23+
<PackageIconUrl>https://raw.githubusercontent.com/NeutroniumCore/Neutronium/master/Deploy/logo.png</PackageIconUrl>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

Neutronium.MVVMComponents/Neutronium.MVVMComponents.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@
66
<AssemblyName>Neutronium.MVVMComponents</AssemblyName>
77
<RootNamespace>Neutronium.MVVMComponents</RootNamespace>
88
<Authors>David Desmaisons</Authors>
9-
<Version>1.4.0</Version>
9+
<Version>1.5.0</Version>
1010
<PackageProjectUrl></PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/NeutroniumCore/Neutronium</RepositoryUrl>
1212
<PackageLicenseUrl>https://github.com/NeutroniumCore/Neutronium/blob/master/LICENSE</PackageLicenseUrl>
1313
<Description>Neutronium is a MVVM HTLM View engine for C# application. This package is an extension of .NET MVVM command abstraction.</Description>
1414
<PackageId>Neutronium.MVVMComponents</PackageId>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageTags></PackageTags>
17-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
18-
<FileVersion>1.4.0.0</FileVersion>
19-
<PackageReleaseNotes>Update to .NET Standard</PackageReleaseNotes>
17+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
18+
<FileVersion>1.5.0.0</FileVersion>
19+
<PackageReleaseNotes>- Update to .NET framework
20+
-Add IWindowViewModel
21+
-Add new ToogleCommand constructor</PackageReleaseNotes>
2022
<Platforms>AnyCPU;x86</Platforms>
23+
<PackageIconUrl>https://raw.githubusercontent.com/NeutroniumCore/Neutronium/master/Deploy/logo.png</PackageIconUrl>
2124
</PropertyGroup>
2225
</Project>

Neutronium.WPF/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("1.4.0.0")]
57-
[assembly: AssemblyFileVersion("1.4.0.0")]
56+
[assembly: AssemblyVersion("1.5.0.0")]
57+
[assembly: AssemblyFileVersion("1.5.0.0")]

WebBrowserEngine/ChromiumFX/ChromiumFXRenderProcess/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.0.0")]
36-
[assembly: AssemblyFileVersion("1.4.0.0")]
35+
[assembly: AssemblyVersion("1.5.0.0")]
36+
[assembly: AssemblyFileVersion("1.5.0.0")]

WebBrowserEngine/ChromiumFX/HTMEngine.ChromiumFX/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.4.0.0")]
39-
[assembly: AssemblyFileVersion("1.4.0.0")]
38+
[assembly: AssemblyVersion("1.5.0.0")]
39+
[assembly: AssemblyFileVersion("1.5.0.0")]

0 commit comments

Comments
 (0)