Skip to content

Commit 7d1aece

Browse files
committed
Update nuspec and version (1.0.2)
1 parent f282fad commit 7d1aece

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

source/IdentityServer3.Contrib.Localization.UI/IdentityServer3.Contrib.Localization.UI.nuspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>IdentityServer3.Contrib.Localization.UI</id>
5-
<version>1.0.1</version>
5+
<version>1.0.2</version>
66
<title>Thinktecture IdentityServer3 - Localization.UI</title>
77
<authors>Norbert Eder (MARMIND)</authors>
88
<licenseUrl>https://github.com/marmind/IdentityServer3.Contrib.Localization.UI/blob/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/marmind/IdentityServer3.Contrib.Localization.UI</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Contrib implementation of IViewLoader for IdentityServer3 views in multiple languages</description>
12-
<releaseNotes>Fixed resource resolving issue</releaseNotes>
13-
<tags>IdentityServer3, i18n, Localize, UI</tags>
12+
<releaseNotes>
13+
* Better regular expression for parsing translation keys
14+
* Updated translations
15+
</releaseNotes>
16+
<tags>identityserver, identityserver3, i18n, localize, localization, globalization, language, languages, ui</tags>
1417
<dependencies>
1518
<dependency id="Thinktecture.IdentityServer3" version="1.6.1" />
1619
<dependency id="SecondLanguage" version="1.0.1" />

source/IdentityServer3.Contrib.Localization.UI/Properties/AssemblyInfo.cs

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

0 commit comments

Comments
 (0)