Skip to content

Commit 183656a

Browse files
committed
chore
1 parent 3a3fd81 commit 183656a

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.1</Version>
43
<Authors>Luca Fabbri</Authors>
54
<Description>ProjectR: Unopinionated object mapping. No black magic. Just your rules, transparently automated.</Description>
65
<RepositoryUrl>https://github.com/lucafabbri/ProjectR</RepositoryUrl>

ProjectR.Generator/ProjectR.Generator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1010
<DevelopmentDependency>true</DevelopmentDependency>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
12+
<Version>1.0.1</Version>
13+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

ProjectR.sln

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.1.11312.151 d18.0
4+
VisualStudioVersion = 18.1.11312.151
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectR", "ProjectR\ProjectR.csproj", "{CDB54351-665E-4CCD-AFB7-D6E43848D343}"
77
EndProject
@@ -15,6 +15,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectR.Tests", "ProjectR.
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectR.Generator", "ProjectR.Generator\ProjectR.Generator.csproj", "{0D4EEF65-2D80-3B40-8875-3362BEA12CC2}"
1717
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Elementi di soluzione", "Elementi di soluzione", "{E54E6201-2644-4726-8148-876434E7E5E4}"
19+
ProjectSection(SolutionItems) = preProject
20+
Directory.Build.props = Directory.Build.props
21+
EndProjectSection
22+
EndProject
1823
Global
1924
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2025
Debug|Any CPU = Debug|Any CPU

ProjectR/ProjectR.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<IsPackable>true</IsPackable>
66
<PackageId>ProjectR</PackageId>
77
<PackageReadmeFile>README.md</PackageReadmeFile>
8+
<Version>1.0.1</Version>
9+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
810
</PropertyGroup>
911

1012
<ItemGroup>

0 commit comments

Comments
 (0)