Skip to content

Commit

Permalink
Preparing next version
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Mar 30, 2020
1 parent 263e338 commit 2108d3a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<RootNamespace>Neutronium.JavascriptFramework.Vue</RootNamespace>
<AssemblyName>Neutronium.JavascriptFramework.Vue</AssemblyName>
<Authors>David Desmaisons</Authors>
<Version>1.5.2.0</Version>
<Version>1.6.0.0</Version>
<PackageProjectUrl>https://github.com/NeutroniumCore</PackageProjectUrl>
<RepositoryUrl>https://github.com/NeutroniumCore/Neutronium</RepositoryUrl>
<PackageLicenseUrl>https://github.com/NeutroniumCore/Neutronium/blob/master/LICENSE</PackageLicenseUrl>
<Description>Neutronium is a MVVM HTLM View engine for C# application. This is the javascript binding based on vue.js framework.</Description>
<PackageId>Neutronium.JavascriptFramework.Vue</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>HTML, Chromium, MVVM, WPF, mobx</PackageTags>
<AssemblyVersion>1.5.2.0</AssemblyVersion>
<FileVersion>1.5.2.0</FileVersion>
<PackageReleaseNotes>Support range collection update.</PackageReleaseNotes>
<Platforms>AnyCPU;x86</Platforms>
<PackageTags>HTML, Chromium, MVVM, WPF, Vue.js</PackageTags>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<FileVersion>1.6.0.0</FileVersion>
<PackageReleaseNotes>update to vue 2.6.11</PackageReleaseNotes>
<Platforms>AnyCPU;x86;x64</Platforms>
<PackageIconUrl>https://raw.githubusercontent.com/NeutroniumCore/Neutronium/master/Deploy/logo.png</PackageIconUrl>
</PropertyGroup>

Expand All @@ -26,17 +26,18 @@
</PropertyGroup>

<ItemGroup>
<None Remove="scripts\vue2\vue.es5.min.js" />
<None Remove="scripts\vue2\vue.runtime.es5.min.js" />
<None Remove="scripts\vue2\vue.runtime.js" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MoreCollection" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="scripts\hook.js" />
<EmbeddedResource Include="scripts\vue2\vue.es5.min.js" />
<EmbeddedResource Include="scripts\vue2\vue.runtime.es5.min.js" />
<EmbeddedResource Include="scripts\vue2\vue.runtime.js" />
<EmbeddedResource Include="scripts\vueGlue.js" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -72,7 +73,6 @@
<Content Include="resource\logo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="scripts\hook.js" />
<Content Include="scripts\subscribeArray.es5.js">
<DependentUpon>subscribeArray.js</DependentUpon>
</Content>
Expand Down
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("1.5.2.0")]
[assembly: AssemblyFileVersion("1.5.2.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,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("1.5.2.0")]
[assembly: AssemblyFileVersion("1.5.2.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
10 changes: 5 additions & 5 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1067,18 +1067,18 @@
"incrementalPhase": "build"
},
"processors": {
"TocDocumentProcessor": {
"ResourceDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ConceptualDocumentProcessor": {
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ResourceDocumentProcessor": {
"ConceptualDocumentProcessor": {
"can_incremental": false,
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
}
}
Expand Down

0 comments on commit 2108d3a

Please sign in to comment.