Skip to content

Commit a2fa4c3

Browse files
committed
Set version to 1.1
1 parent 25b5a58 commit a2fa4c3

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

.idea/.idea.WindowExplorer/.idea/riderPublish.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.run/WindowExplorer.run.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Publish WindowExplorer" type="DotNetFolderPublish" factoryName="Publish to folder">
3+
<riderPublish configuration="Release" delete_existing_files="true" platform="Any CPU" runtime="win-x86" self_contained="true" target_folder="$PROJECT_DIR$/src/WindowExplorer/bin/Release/net5.0/publish" target_framework="net5.0" uuid_high="8122740905991686903" uuid_low="-5919395349714996808" />
4+
<method v="2" />
5+
</configuration>
6+
</component>

src/ApplicationCore/ApplicationCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5+
<Version>1.1.0</Version>
56
</PropertyGroup>
67

78
<ItemGroup>

src/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5+
<Version>1.1.0</Version>
56
</PropertyGroup>
67

78
<ItemGroup>

src/WindowExplorer/WindowExplorer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6+
<Version>1.1.0</Version>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)