Skip to content

Commit fce1780

Browse files
michael-hawkerArlodotexe
authored andcommitted
Lazy auto version packages and remove versions from packages
1 parent 3c888a3 commit fce1780

23 files changed

+26
-43
lines changed

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project>
22
<PropertyGroup>
3+
<MajorVersion>8</MajorVersion>
4+
<MinorVersion>0</MinorVersion>
5+
<PreviewVersion>preview</PreviewVersion>
6+
37
<PackageIdPrefix>CommunityToolkit</PackageIdPrefix>
48
<RepositoryDirectory>$(MSBuildThisFileDirectory)</RepositoryDirectory>
59
<ToolingDirectory>$(RepositoryDirectory)\tooling</ToolingDirectory>

components/Animations/src/CommunityToolkit.WinUI.Animations.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>Animations</ToolkitComponentName>
44
<Description>This package contains Animations.</Description>
5-
<Version>8.0.0-beta.2</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.AnimationsRns</RootNamespace>
98
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

components/Behaviors/src/CommunityToolkit.WinUI.Behaviors.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>Behaviors</ToolkitComponentName>
44
<Description>This package contains Behaviors.</Description>
5-
<Version>8.0.0-beta.3</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.BehaviorsRns</RootNamespace>
98
</PropertyGroup>

components/CameraPreview/src/CommunityToolkit.WinUI.Controls.CameraPreview.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>CameraPreview</ToolkitComponentName>
44
<Description>This package contains CameraPreview.</Description>
5-
<Version>8.0.0-beta.1</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.Controls.CameraPreviewRns</RootNamespace>
98
</PropertyGroup>

components/Collections/src/CommunityToolkit.WinUI.Collections.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>Collections</ToolkitComponentName>
44
<Description>This package contains the AdvancedCollectionView and IncrementalLoadingCollection.</Description>
5-
<Version>8.0.0-beta.1</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.CollectionsRns</RootNamespace>
98
</PropertyGroup>

components/Converters/src/CommunityToolkit.WinUI.Converters.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>Converters</ToolkitComponentName>
44
<Description>This package contains Converters.</Description>
5-
<Version>8.0.0-beta.1</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.ConvertersRns</RootNamespace>
98
</PropertyGroup>

components/DeveloperTools/src/CommunityToolkit.WinUI.DeveloperTools.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>DeveloperTools</ToolkitComponentName>
44
<Description>This package contains DeveloperTools.</Description>
5-
<Version>8.0.0-beta.1</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.DeveloperToolsRns</RootNamespace>
98
</PropertyGroup>

components/Extensions/src/CommunityToolkit.WinUI.Extensions.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>Extensions</ToolkitComponentName>
44
<Description>This package contains Extensions.</Description>
5-
<Version>8.0.0-beta.2</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.ExtensionsRns</RootNamespace>
98
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

components/HeaderedControls/src/CommunityToolkit.WinUI.Controls.HeaderedControls.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>HeaderedControls</ToolkitComponentName>
44
<Description>This package contains HeaderedControls.</Description>
5-
<Version>8.0.0-beta.1</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.Controls.HeaderedControlsRns</RootNamespace>
98
</PropertyGroup>

components/Helpers/src/CommunityToolkit.WinUI.Helpers.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<PropertyGroup>
33
<ToolkitComponentName>Helpers</ToolkitComponentName>
44
<Description>This package contains Helpers.</Description>
5-
<Version>8.0.0-beta.1</Version>
6-
5+
76
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
87
<RootNamespace>CommunityToolkit.WinUI.HelpersRns</RootNamespace>
98
</PropertyGroup>

0 commit comments

Comments
 (0)