Skip to content

Commit

Permalink
* VERSION : 1.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgi committed May 10, 2018
1 parent f725fdd commit 20f576e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Version.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
2 changes: 0 additions & 2 deletions Wox.WebApp.AllGreen/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@
// 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.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
1 change: 1 addition & 0 deletions Wox.WebApp.AllGreen/Wox.WebApp.AllGreen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<Compile Include="Test\Remove_url.cs" />
<Compile Include="Test\Remove_url_with_existing_superurl.cs" />
<Compile Include="Test\Search_urls.cs" />
<Compile Include="..\Version.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down
2 changes: 0 additions & 2 deletions Wox.WebApp.Mock/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@
// 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.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
1 change: 1 addition & 0 deletions Wox.WebApp.Mock/Wox.WebApp.Mock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<Compile Include="Service\QueryServiceMock.cs" />
<Compile Include="Service\SystemServiceMock.cs" />
<Compile Include="Service\WoxContextServiceMock.cs" />
<Compile Include="..\Version.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wox.WebApp\Wox.WebApp.csproj">
Expand Down
2 changes: 0 additions & 2 deletions Wox.WebApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@
// 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.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
1 change: 1 addition & 0 deletions Wox.WebApp/Wox.WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<Compile Include="Service\WebAppService.cs" />
<Compile Include="Service\WoxContextService.cs" />
<Compile Include="WebAppPlugin.cs" />
<Compile Include="..\Version.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
Expand Down
2 changes: 1 addition & 1 deletion Wox.WebApp/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "WebApp launcher",
"Description": "Start a URL in a webapp mode",
"Author": "gissehel",
"Version": "1.0.0.1",
"Version": "1.0.1",
"Language": "csharp",
"Website": "https://github.com/gissehel/Wox-WebApp",
"IcoPath": "Wox.WebApp-64.png",
Expand Down

0 comments on commit 20f576e

Please sign in to comment.