Skip to content

Commit

Permalink
3.0.0-beta1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Nov 13, 2017
1 parent 8755914 commit 2ca3563
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
Binary file modified DownloadableAssets/LocalizationAdministrationHtml_AspNetCore.zip
Binary file not shown.
Binary file modified DownloadableAssets/LocalizationSample_AspNetCore.zip
Binary file not shown.
1 change: 1 addition & 0 deletions Nuget/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components/
1 change: 1 addition & 0 deletions Nuget/Westwind.Globalization.Web/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ remove-item content\LocalizationAdmin -Recurse -Force
Copy-Item ..\..\src\Net45\Westwind.Globalization.Sample\LocalizationAdmin content\LocalizationAdmin -Recurse -Force
Copy-Item ..\..\src\Net45\Westwind.Globalization.Sample\Properties\LocalizationForm.resx content\Properties\LocalizationForm.resx
Copy-Item ..\..\src\Net45\Westwind.Globalization.Sample\Properties\LocalizationForm.de.resx content\Properties\LocalizationForm.de.resx
pause
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Westwind.Globalization.Web</id>
<version>3.0.0-preview1-1</version>
<version>3.0.0-beta1-0</version>
<title>West Wind Globalization Web for ASP.NET</title>
<authors>Rick Strahl,West Wind Technologies</authors>
<licenseUrl>https://github.com/RickStrahl/Westwind.Globalization#license</licenseUrl>
Expand All @@ -17,8 +17,8 @@
<language>en-US</language>
<tags>Localization,Translation,Globalization,Resources</tags>
<dependencies>
<dependency id="Westwind.Globalization" version="3.0.0-preview1-1" />
<dependency id="Westwind.Web" version="2.75" />
<dependency id="Westwind.Globalization" version="3.0.0-beta1-0" />
<dependency id="Westwind.Web" version="2.76" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LocalizationAdmin",
"version": "2.0.60",
"version": "3.0.5",
"homepage": "https://github.com/RickStrahl/Westwind.Globalization",
"authors": [
"Rick Strahl <[email protected]>"
Expand All @@ -21,6 +21,7 @@
"bootstrap": "~3.3.2",
"font-awesome": "~4.4.0",
"lodash": "~3.0.1",
"ng-file-upload": "~3.2.4"
"ng-file-upload": "~3.2.4",
"jquery": "~2.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
// 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("3.0.0")]
[assembly: AssemblyVersion("3.0.10")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0-preview1-7</Version>
<Version>3.0.0-beta1-0</Version>
<Authors>Rick Strahl</Authors>
<Company>West Wind Technologies</Company>
<Product>Westwind.Globalization</Product>
Expand All @@ -22,7 +22,7 @@ This library is required for using Westwind.Globalization in most ASP.NET Web Pr
<RepositoryType>Github</RepositoryType>
<PackageTags>ASP.NET Core Localization Translation Globalization Resources</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<FileVersion>3.0.7.0</FileVersion>
<FileVersion>3.0.10.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions src/Westwind.Globalization/Westwind.Globalization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<!-- <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> -->
<Version>3.0.0-preview1-7</Version>
<Version>3.0.0-beta1-0</Version>
<Authors>Rick Strahl</Authors>
<Company>West Wind Technologies</Company>
<Description>West Wind Globalization provides custom data driven .NET ResourceManagers and ResourceProviders for both plain .NET and ASP.NET applications as well as serving JavaScript resources from .NET resources. There's also a a rich real time Web Resource editor that can update resources live but you'll need the Web NuGet package for that feature to light up.
Expand All @@ -31,7 +31,7 @@ If you want to use ASP.NET ResourceProviders, JavaScript resources from .NET Res
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>.NET Standard 2.0 and .NET Core Support</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<FileVersion>3.0.7.0</FileVersion>
<FileVersion>3.0.10.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2ca3563

Please sign in to comment.