Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32336e2

Browse files
committed
Added script to set assemby versions
1 parent999bd2a commit32336e2

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

‎PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
// You can specify all the values or you can default the Build and Revision Numbers
32-
// by using the '*' as shown below:
33-
// [assembly: AssemblyVersion("1.0.*")]
3431
[assembly:AssemblyVersion("1.2.3.0")]
3532
[assembly:AssemblyFileVersion("1.2.3.0")]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
param([string]$NewVersion)
2+
3+
Get-ChildItem-Include assemblyinfo.cs, assemblyinfo.vb-Recurse|
4+
ForEach-Object {
5+
$_.IsReadOnly=$false
6+
(Get-Content-Path$_)-replace'(?<=Assembly(?:File)?Version\(")[^"]*(?="\))',$NewVersion|
7+
Set-Content-Path$_
8+
}

‎PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI.Standalone/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
3532
[assembly:AssemblyVersion("1.2.3.0")]
3633
[assembly:AssemblyFileVersion("1.2.3.0")]

‎PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
3532
[assembly:AssemblyVersion("1.2.3.0")]
3633
[assembly:AssemblyFileVersion("1.2.3.0")]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp