diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3ca5e49 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +## 1.0.0 +Initial release diff --git a/VpSharp.sln b/VpSharp.sln index 8665e1a..dddaa82 100644 --- a/VpSharp.sln +++ b/VpSharp.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VpSharp", "VpSharp\VpSharp.csproj", "{D061712E-3832-4272-B684-D0A8415D7FF9}" EndProject @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution LICENSE.md = LICENSE.md README.md = README.md .editorconfig = .editorconfig + CHANGELOG.md = CHANGELOG.md EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VpSharp.Commands", "VpSharp.Commands\VpSharp.Commands.csproj", "{8EE96C20-57AA-48E1-95A2-04580C4F7E05}" diff --git a/VpSharp/VpSharp.csproj b/VpSharp/VpSharp.csproj index a148950..100e5c0 100644 --- a/VpSharp/VpSharp.csproj +++ b/VpSharp/VpSharp.csproj @@ -29,6 +29,12 @@ $(VersionPrefix) + + + True + + +