Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 8e91950

Browse files
committed
Version, release notes set
1 parent b483e43 commit 8e91950

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _This project is a continuator of [AcspNet web-framework](https://github.com/i40
88

99
## Package status
1010

11-
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v1.2.1-blue.png)](https://www.nuget.org/packages/Simplify.Web/) |
11+
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v1.3-blue.png)](https://www.nuget.org/packages/Simplify.Web/) |
1212
| :------ | :------: |
1313
| **Dependencies** | [![NuGet Status](http://nugetstatus.com/Simplify.Web.png)](http://nugetstatus.com/packages/Simplify.Web) |
1414

src/Simplify.Web.sln.DotSettings

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
22
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DI/@EntryIndexedValue">DI</s:String>
33
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=ID/@EntryIndexedValue">ID</s:String>
4+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeatures_002EReSpeller_002ESettings_002EReSpellerSettingsMigration/@EntryIndexedValue">True</s:Boolean>
45
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/@KeyIndexDefined">True</s:Boolean>
56
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/Words/=Accessors/@EntryIndexedValue">True</s:Boolean>
67
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/Words/=async/@EntryIndexedValue">True</s:Boolean>
78
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/Words/=intellisense/@EntryIndexedValue">True</s:Boolean>
8-
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/Words/=Katana/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
9+
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/Words/=Katana/@EntryIndexedValue">True</s:Boolean>
10+
<s:Boolean x:Key="/Default/UserDictionary/Words/=Accessors/@EntryIndexedValue">True</s:Boolean>
11+
<s:Boolean x:Key="/Default/UserDictionary/Words/=async/@EntryIndexedValue">True</s:Boolean>
12+
<s:Boolean x:Key="/Default/UserDictionary/Words/=intellisense/@EntryIndexedValue">True</s:Boolean>
13+
<s:Boolean x:Key="/Default/UserDictionary/Words/=Katana/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
<Product>Simplify</Product>
66
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
77
<Copyright>Licensed under LGPL</Copyright>
8-
<Version>1.2.1</Version>
8+
<Version>1.3</Version>
99
<PackageProjectUrl>https://github.com/i4004/Simplify.Web</PackageProjectUrl>
1010
<PackageIconUrl>https://raw.githubusercontent.com/i4004/Simplify.Web/master/Images/Icon.png</PackageIconUrl>
1111
<RepositoryUrl>https://github.com/i4004/Simplify.Web</RepositoryUrl>
1212
<RepositoryType>GIT</RepositoryType>
1313
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
1414
<PackageReleaseNotes>
15-
+ Any required types null validation added
16-
* Upgrade to Microsoft.Owin 4.0, Simplify.DI 1.2.2, Simplify.String.Sources 1.2 (ValidateEMail reimplemented via System.Net.Mail.MailAddress internal validator), Simplify.Templates 1.4
15+
* Upgrade to Simplify.DI 2.0.1, Simplify.Templates 1.4.1
1716
</PackageReleaseNotes>
1817
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1918
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>

0 commit comments

Comments
 (0)