Skip to content

Commit 072ea40

Browse files
EmoSaruclaude
andcommitted
Bump assembly versions to 3.0.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6cae615 commit 072ea40

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

EmoTracker.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("3.0.1.11")]
35-
[assembly: AssemblyVersion("3.0.2.2")]
36-
[assembly: AssemblyFileVersion("3.0.2.2")]
35+
[assembly: AssemblyVersion("3.0.3.0")]
36+
[assembly: AssemblyFileVersion("3.0.3.0")]

EmoTracker.Data/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("3.0.1.11")]
35-
[assembly: AssemblyVersion("3.0.2.2")]
36-
[assembly: AssemblyFileVersion("3.0.2.2")]
35+
[assembly: AssemblyVersion("3.0.3.0")]
36+
[assembly: AssemblyFileVersion("3.0.3.0")]
3737

3838
// Expose internals to the source-generator test project so unit tests can
3939
// drive otherwise-internal seeding helpers (e.g. TabPanel.Tab.SeedDefinition)

EmoTracker.UI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("3.0.1.11")]
45-
[assembly: AssemblyVersion("3.0.2.2")]
46-
[assembly: AssemblyFileVersion("3.0.2.2")]
45+
[assembly: AssemblyVersion("3.0.3.0")]
46+
[assembly: AssemblyFileVersion("3.0.3.0")]

EmoTracker/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("3.0.1.11")]
44-
[assembly: AssemblyVersion("3.0.2.2")]
45-
[assembly: AssemblyFileVersion("3.0.2.2")]
44+
[assembly: AssemblyVersion("3.0.3.0")]
45+
[assembly: AssemblyFileVersion("3.0.3.0")]
4646
[assembly: NeutralResourcesLanguage("en-US")]
4747

0 commit comments

Comments
 (0)