Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dudes-come committed Aug 14, 2017
1 parent e6c6a91 commit d4c3931
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ZKWeb/ZKWeb/Server/DefaultApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class DefaultApplication : IApplication {
/// ZKWeb Version String<br/>
/// ZKWeb的版本字符串<br/>
/// </summary>
public virtual string FullVersion { get { return "1.9.1 beta 2"; } }
public virtual string FullVersion { get { return "1.9.1"; } }
/// <summary>
/// ZKWeb Version Object<br/>
/// ZKWeb的版本对象<br/>
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.Hosting.AspNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.Hosting.AspNet</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.Hosting.AspNet</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.Hosting.AspNetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.Hosting.AspNetCore</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.Hosting.AspNetCore</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
<dependency id="Microsoft.AspNetCore.Hosting.Abstractions" version="1.1.1" />
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.1" />
<dependency id="Microsoft.Extensions.PlatformAbstractions" version="1.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.Hosting.Owin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.Hosting.Owin</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.Hosting.Owin</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
<dependency id="Microsoft.Owin" version="3.1.0" />
<dependency id="System.Net.Http.Formatting.Extension" version="5.2.3" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.ORM.Dapper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.ORM.Dapper</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.ORM.Dapper</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
<dependency id="Dapper" version="1.50.2" />
<dependency id="Dommel" version="1.8.1" />
<dependency id="Dapper.FluentMap" version="1.5.3" />
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.ORM.EFCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.ORM.EFCore</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.ORM.EFCore</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
<dependency id="Microsoft.EntityFrameworkCore" version="1.1.1" />
<dependency id="Microsoft.EntityFrameworkCore.Design" version="1.1.1" />
<dependency id="Microsoft.EntityFrameworkCore.InMemory" version="1.1.1" />
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.ORM.InMemory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.ORM.InMemory</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.ORM.InMemory</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.ORM.MongoDB.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.ORM.MongoDB</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.ORM.MongoDB</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
<dependency id="MongoDB.Driver" version="2.4.3" />
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions ZKWeb/nuget/ZKWeb.ORM.NHibernate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb.ORM.NHibernate</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb.ORM.NHibernate</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand All @@ -14,7 +14,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags></tags>
<dependencies>
<dependency id="ZKWeb" version="1.9.1-beta-2" />
<dependency id="ZKWeb" version="1.9.1" />
<dependency id="FluentNHibernate" version="2.0.3" />
<dependency id="ZKWeb.Repack.SQLite" version="1.0.104" />
<dependency id="MySql.Data" version="6.9.9" />
Expand Down
2 changes: 1 addition & 1 deletion ZKWeb/nuget/ZKWeb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ZKWeb</id>
<version>1.9.1-beta-2</version>
<version>1.9.1</version>
<title>ZKWeb</title>
<authors>303248153</authors>
<owners>303248153</owners>
Expand Down

0 comments on commit d4c3931

Please sign in to comment.