Skip to content

Commit f53c6e8

Browse files
committed
V 1.0
1 parent c7f1fed commit f53c6e8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

AutoProperties.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{658C631F-94E7-40FC-96D5-DF82FFF8B844}"
2121
ProjectSection(SolutionItems) = preProject
2222
README.md = README.md
23+
Relase notes.md = Relase notes.md
2324
EndProjectSection
2425
EndProject
2526
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoProperties.portable", "AutoProperties\AutoProperties.portable.csproj", "{59ACF1B9-0CB8-4673-9E00-E742E2616959}"

Relase notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**1.0.0.0**
2+
- Add support for .Net 4.0 projects
3+
4+
**0.9.1.0**
5+
- Initial release

Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
internal static class Product
77
{
8-
public const string Version = "0.9.1.0";
8+
public const string Version = "1.0.0.0";
99
}

0 commit comments

Comments
 (0)