1

I've got the following problem: I am creating a file during runtime. This file gets pushed to a document library. This works perfectly! But...I would like to set the version of this file. It gets set to version 1.0 but I would like to have it in 0.1 first.

How does this work?

Keenora Fluffball
  • 1,647
  • 2
  • 18
  • 34

1 Answers1

2

The document library must be configured to create major and minor versions to get version numbers like 0.1 or 2.7.

More information:

Marek Grzenkowicz
  • 17,024
  • 9
  • 81
  • 111